tools/libxc: Use xc_hvm_param_get() instead of xc_get_hvm_param()
authorAravindh Puthiyaparambil <aravindp@cisco.com>
Thu, 3 Jul 2014 19:26:33 +0000 (12:26 -0700)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 4 Jul 2014 08:47:54 +0000 (09:47 +0100)
commitd704085d7407c8051ab9b44ad8a48448e2997ea4
tree6f64873db798645dcb1fe3107c267109514f244e
parent61e928387682f0106ad7d3fada98cf0b598d238c
tools/libxc: Use xc_hvm_param_get() instead of xc_get_hvm_param()

Use xc_hvm_param_get() instead of xc_get_hvm_param() as the latter has
been deprecated.

Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_mem_event.c